Gets a value indicating whether the client view is being loaded.

Namespace:  C1.Data
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public bool IsLoading { get; }
Visual Basic
Public ReadOnly Property IsLoading As Boolean
	Get

See Also